OpenRoads Designer CONNECT Edition SDK Help

CreateParabolicReverseTransition Method

Constructs a reveser profile parabolae elements tangent to two profile lines elements.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola[]CreateParabolicReverseTransition( ProfileElement elmt1, DPoint3d startPoint, ProfileElement elmt2, DPoint3d endPoint,double vcRatio,double tol)

Parameters

SettingDescription
  ProfileElement The first profile element which the created profile line is tangent to.
  DPoint3d Start point of construtcion.
  ProfileElement The second profile element which the created profile line is tangent to.
  DPoint3d End point of construtcion.
   The through passing point of the parabola
   The through passing point of the parabola

Return Value

ProfileParabola[] The tangent profile parabolea elements cli::array

See Also